home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / time / backclock.lha / backclock / sources / style / menu.h < prev    next >
Encoding:
Text File  |  1999-07-14  |  287 b   |  10 lines

  1. /* return the choice of the user
  2.  * code = imsg.code
  3.  */
  4. ULONG OpenMenu(struct Window * win, UWORD code) ;
  5. /* ids for the menu
  6.  */
  7. #define ID_MDELETE    1     /* delete this point */
  8. #define ID_MBECURRENT 2 /* set the current point */
  9. #define ID_MQUIT      3                  /* quit */
  10.